home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / efun / write_bytes < prev    next >
Text File  |  2001-04-06  |  541b  |  16 lines

  1. SYNOPSIS
  2.         int write_bytes(string file, int start, string str)
  3.  
  4. DESCRIPTION
  5.         Write string str to file file by overwriting the old bytes at
  6.         position start. If start is a negative value then it will be
  7.         counted from the end of the file. The file will not be
  8.         appended, instead the function will be aborted. Returns 1 for
  9.         success 0 for failure during execution.
  10.  
  11.         Note: since version 3.2@232, write_bytes() is able to append
  12.         to the file.
  13.  
  14. SEE ALSO
  15.         save_object(E), write_file(E)
  16.